tools/libxl: Fix building against libxl for LIBXL_API_VERSION < 0x040500
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 17 Oct 2014 08:56:19 +0000 (09:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 27 Oct 2014 10:10:25 +0000 (10:10 +0000)
commit67d95d0e6a96f274b0a85c7eec0e6fe4c03ef0bf
tree917f00d32362e1e3ba7216bca52977f81eed46b7
parent37284698cd64cd71ecc4b354196904a9d0c40bb2
tools/libxl: Fix building against libxl for LIBXL_API_VERSION < 0x040500

c/s 6276f66ebe "libxl: libxl_uuid_copy now takes a ctx argument" introduces
API compatibiltiy for libxl_uuid_copy() which sadly is not valid C.  Fix it.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_uuid.h